math/big.Float.ord (method)

3 uses

	math/big (current package)
		float.go#L1686: 	mx := x.ord()
		float.go#L1687: 	my := y.ord()
		float.go#L1714: func (x *Float) ord() int {